home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dr. Windows 3
/
dr win3.zip
/
dr win3
/
COMMUNIC
/
PBWIN.ZIP
/
BBS.BAT
next >
Wrap
DOS Batch File
|
1993-08-31
|
197b
|
12 lines
@echo off
echo off
if exist DOOR.BAT del DOOR.BAT
echo Loading BBS...
PBOARD %1 %2
pbutil clearbuff
if exist DOOR.BAT DOOR
if errorlevel 2 goto exproc
if errorlevel 1 ERROR
:exproc
exit